home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-04-16 | 1.0 KB | 60 lines | [04] ASCII Text (0x0000) |
- %r 13 e
-
- As we mentioned before, a computer is
- more versatile than a typewriter.
- For example, a computer can ask you:
- %w
- %r 13 e
-
- Before we begin discussing this topic,
- we'd like to get your first name.
- %w
- %s 9 "Let's see..."
- %c 0
- Please don't be shy; just type your first name, then press
- RETURN.
- %ec
- %c 1
- That's a long name. Do you have a
- nickname? If you do, please type it.
- %ec
- %c 2
- %@ r 19 e
- Please type YES or NO, then press RETURN.
- %ec
- %c 3
- %r 13 e
-
- Please let me try it again.
- %ec
- %w
- %m 0
- %@ 4 18
- What's your first name?
- %@ 4 19
- >
- %b 2 37 18 19 2
- %w
- %r 13 e
- %s 1 7 s 2 15 s 3 33 s 4 19
- %w
- %s 1 4 s 2 2 s 3 4 s 4 y s 5 yes s 6 n s 7 no
- %@ 0 0
- Is "&0" your correct first name?
- %w
- %@ 7 17
- >
- %b 5 35 15 17 3 r 19
- Type YES and press RETURN if it is; type NO and press RETURN
- if it isn't.
- %w
- %r 19 e
- OK, &0. Let's go back to the menu.
- [Please press RETURN.]
- %w
- %r 19 e
- Great, &0. Press RETURN to continue.
- %w
- %end
-